home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 007 / sub33a.arc / SUB.HLP < prev    next >
Encoding:
Text File  |  1987-08-13  |  4.7 KB  |  99 lines

  1. Sub v3.3a (c) Jean Lalonde, Montreal, CANADA, June 1987
  2. =======================================================
  3.  
  4. Syntax= C>Sub drives:\subdirectory\filename /options
  5.  
  6.    drives:      - Drives to scan (default= current drive).
  7.    subDirectory - Top level to scan from (default= current directory).
  8.                   Maximal length for 'subDirectory' is 64 chars.
  9.    fileName     - File to search for or files to list, wild cards * and ? are
  10.                   allowed (default= all files *.*), multiple file names are
  11.                   allowed seperated by '+' ('*.COM+*.EXE+...'), exclusion list
  12.                   after '/'.  Maximal length for 'fileName' is 128 chars.
  13.  
  14.    Options:
  15.  
  16.       /: /+ /-  list files with date/size selection, default is no selection.
  17.         syntax= Date: 'YYmmmDD', 'mmmDD', 'today', eg: 87apr22, 87jan, today.
  18.                 Size: 'xxxK', eg: 100k.
  19.                 /:DateSize (files of <this> date or <this> size),
  20.                 /:DateSize+n (files of <this> date/size plus n days/kb),
  21.                 /:DateSize-n (files of <this> date/size minus n days/kb),
  22.                 /+DateSize (files <from>...) or
  23.                 /-DateSize (<up to>...).
  24.  
  25.       /A to specify file's Attributes, syntax= /a:attributes.
  26.            Attributes are:
  27.               R= Read Only     H= Hidden        S= System
  28.               V= Volume        D= Directory     A= Archive
  29.               N= No Attribute  ALL= any atributes
  30.            Default= /a:ran (Read Only, Archive or No attribute).
  31.            To find files with more than one attribute, all attributes must
  32.            be specified (e.g. system files have attributes /a:rhs).
  33.  
  34.       /B for Brief display (only d:\dir\filename), syntax= /b, default is OFF
  35.          (number, date, time, size, attribute, drive, directory and file name).
  36.  
  37.       /C for Continuous display, disable page break, default is OFF (see /P).
  38.  
  39.       /D call DOS to Change Attribute, Copy, Delete, Move, Rename or Type.
  40.          You can use a menu with /d or call a specific function with /d:.
  41.          According to function, additional questions will be asked (see /x).
  42.          syntax= /d to call a menu for each file found or
  43.                  /d:a to change attribute, /d:c to copy, /d:d to delete,
  44.                  /d:m to move, /d:r to rename, /d:t to type files or
  45.                  /d:j to jump.
  46.  
  47.       /F to report Free space, default is OFF.
  48.  
  49.       /L to force Linefeed while scanning, default is OFF.
  50.  
  51.       /P specify Page length (Sub stop the display at every x lines), syntax=
  52.          /p:x (with x from 1 to 65535), default is 24 lines (see option /C).
  53.  
  54.       /Q to Quit (abort) with <escape> instead of Ctr-C / Ctr-Break (for clones
  55.          having problems with Ctr-C or Ctr-Break), default is OFF.
  56.  
  57.       /R to display only the Report (number of files found and total size),
  58.          default is OFF.
  59.  
  60.       /S for Silent scan (does not display the names of currently scanned
  61.          directory), default is OFF.
  62.  
  63.       /T to scan only the Top level (parent) directory, default is OFF (scan
  64.          from parent directory to lowest levels).
  65.  
  66.       /X to avoid *any* confirmation prompt relative to DOS commands (/d:)...
  67.          *** WARNING: the use of this feature is at your own risk. ***
  68.  
  69.      Sub uses standard PC/MS-DOS functions (version 3.0 or later), it support
  70. redirected input/output.  Correct screen output requires ANSI.SYS to be
  71. specified in your CONFIG.SYS file (DEVICE=ANSI.SYS).  If you use Sub via
  72. modem, your communication program must emulate VT-100 or ANSI protocols.
  73. Permanent parameters can be specified in your environment.  Your AUTOEXEC.BAT
  74. should specify: 'SET SUBSPEC=/x/x...' (eg.: SET SUBSPEC=/c/f).
  75.  
  76.      This program can be distributed freely if it is done without profit.
  77. Individuals can use Sub free of charge.  Non-individuals users, please, send me
  78. $20 per copy used.  Sources are available for $30.  Buying the sources gives 
  79. you the right to modify the program as you wish.  Please, send comments,  bug 
  80. reports, registrations or sources order (with check or money order to Jean 
  81. Lalonde) at the following address:
  82.  
  83. Jean Lalonde
  84. P.O. BOX 721
  85. Station "R"
  86. Montreal
  87. CANADA
  88. H2S-3M4
  89.  
  90.      Many thanks to James Bach for his support since the very first release 
  91. of Sub and SubA.  Try Sub's brother 'SubA'.  SubA does what Sub does except 
  92. access to DOS functions but SubA can search inside *.ARC files.  Use SubA as
  93. an advanced WhereIs program.  SUBA.ARC should be available where you got 
  94. this program.
  95.  
  96.      You can join me online on Compuserve (ID: 76606,671) or on BIX Info
  97. Exchange (Bix name: jlalonde).  SubA is written in MODULA-2/86, Rel. 2.0 (A),
  98. PC/MS-DOS 8088/8086, LOGITECH, (C) Copyright 1983, 1984, 1985, 1986.
  99.